net/http.http2Framer.startWrite (method)
13 uses
net/http (current package)
h2_bundle.go#L1912: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2305: f.startWrite(http2FrameData, flags, streamID)
h2_bundle.go#L2437: f.startWrite(http2FrameSettings, 0, 0)
h2_bundle.go#L2450: f.startWrite(http2FrameSettings, http2FlagSettingsAck, 0)
h2_bundle.go#L2484: f.startWrite(http2FramePing, flags, 0)
h2_bundle.go#L2525: f.startWrite(http2FrameGoAway, 0, 0)
h2_bundle.go#L2595: f.startWrite(http2FrameWindowUpdate, 0, streamID)
h2_bundle.go#L2722: f.startWrite(http2FrameHeaders, flags, p.StreamID)
h2_bundle.go#L2825: f.startWrite(http2FramePriority, 0, streamID)
h2_bundle.go#L2862: f.startWrite(http2FrameRSTStream, 0, streamID)
h2_bundle.go#L2903: f.startWrite(http2FrameContinuation, flags, streamID)
h2_bundle.go#L3005: f.startWrite(http2FramePushPromise, flags, p.StreamID)
h2_bundle.go#L3021: f.startWrite(t, flags, streamID)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |